From bc366cef523112efd2c3d009b66b1064590f0508 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Jard=C3=B3n?= Date: Wed, 8 Sep 2010 17:46:11 +0200 Subject: [PATCH] gtknotebook: Do not mention deprecated API --- gtk/gtknotebook.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c index 567c8452ed..24126eaafc 100644 --- a/gtk/gtknotebook.c +++ b/gtk/gtknotebook.c @@ -7111,8 +7111,6 @@ gtk_notebook_popup_disable (GtkNotebook *notebook) * gtk_notebook_get_menu_label * gtk_notebook_set_menu_label * gtk_notebook_set_menu_label_text - * gtk_notebook_set_tab_label_packing - * gtk_notebook_query_tab_label_packing * gtk_notebook_get_tab_reorderable * gtk_notebook_set_tab_reorderable * gtk_notebook_get_tab_detachable @@ -7746,7 +7744,7 @@ gtk_notebook_get_tab_detachable (GtkNotebook *notebook, * notebook or widget. * * Note that 2 notebooks must share a common group identificator - * (see gtk_notebook_set_group_id ()) to allow automatic tabs + * (see gtk_notebook_set_group()) to allow automatic tabs * interchange between them. * * If you want a widget to interact with a notebook through DnD -- 2.30.2